projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b11c4d9
)
Undef USE_MMX for msvc build
author
Hans Breuer
<hans@breuer.org>
Sat, 4 Jul 2009 09:58:27 +0000
(11:58 +0200)
committer
Hans Breuer
<hans@breuer.org>
Sat, 4 Jul 2009 10:19:07 +0000
(12:19 +0200)
config.h.win32.in
patch
|
blob
|
history
diff --git
a/config.h.win32.in
b/config.h.win32.in
index 4b0bb0f40119c91d37d528a0533a6bc20190637a..c3eea4ef797fef02df62c6e6857651a7d80c443c 100644
(file)
--- a/
config.h.win32.in
+++ b/
config.h.win32.in
@@
-269,7
+269,11
@@
/* #undef USE_MEDIALIB25 */
/* Define to 1 if XXM is available and should be used */
-#define USE_MMX 1
+#ifndef _MSC_VER
+# define USE_MMX 1
+#else
+# undef USE_MMX
+#endif
/* Define to 1 if no XInput should be used */
/* #undef XINPUT_NONE */